Skip to main content

mergGKPlayers

Type

message

Summary

Sent to the control that called mergGKGetPlayers

Syntax

mergGKPlayers <pPlayers>

Description

Sent to the control that called mergGKGetPlayers

Parameters

NameTypeDescription

pPlayers

a return tab and return delimited list of:|player ID|alias|is friend - true if the player is a friend of the local player|display name.

Examples

on loadFriends
if the environment = "mobile" then
mergGKGetFriends
end if
end loadFriends

on mergGKFriends pLocalPlayerFriendIDs
mergGKLoadPlayers pLocalPlayerFriendIDs
end mergGKFriends

on mergGKPlayers pPlayers
-- show the display name in a list etc
end mergGKPlayers

Compatibility and Support

Introduced

LiveCode 8.0

OS

ios

Platforms

mobile

Thank you for your feedback!

Was this page helpful?